'Declaration
Public Overloads Shared Sub RGBToCMYK( _ ByVal r As Byte, _ ByVal g As Byte, _ ByVal b As Byte, _ ByRef c As Byte, _ ByRef m As Byte, _ ByRef y As Byte, _ ByRef k As Byte _ )
public static void RGBToCMYK( byte r, byte g, byte b, out byte c, out byte m, out byte y, out byte k )
public procedure RGBToCMYK( r: Byte; g: Byte; b: Byte; Out c: Byte; Out m: Byte; Out y: Byte; Out k: Byte ); static;
public static function RGBToCMYK( r : byte, g : byte, b : byte, c : byte, m : byte, y : byte, k : byte );
Parameters
- r
- g
- b
- c
- m
- y
- k